home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 May / PCWorld_2007-05_cd.bin / audio-video / mediacenter / MediaCenter120207.exe / Media Jukebox / Visualizations / Track Info / Simple / main.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-04-03  |  1.1 KB  |  49 lines

  1. /* At-Rules */
  2. @charset "iso-8859-1";
  3.  
  4.  
  5. /* author: Johanne ChainĪ˜ 
  6.  Creation date: 11/6/2006 */
  7. html, body { height: 100%; }
  8.  
  9. table, td, span {font-family: arial, tahoma;   font-size: 30px;   color: rgb(100,100,100);}
  10.  
  11. a:link {color: rgb(0,0,0);   text-decoration: none;}
  12. a:visited {color: rgb(98,98,98);   text-decoration: none;}
  13. a:hover {color: rgb(0,0,230);   text-decoration: underline;}
  14. a:active {color: rgb(0,0,0);   text-decoration: none;}
  15.  
  16. .info {
  17.         color: rgb(255,255,255);
  18. }
  19. .title {
  20.         font-size: 50px;
  21.         font-weight: bold;
  22.         padding-left: 4px;
  23.         padding-right: 4px;
  24.         color: rgb(100, 100, 100);
  25. }
  26. .artist {
  27.         font-size: 35px;
  28.         font-weight: bold;
  29.         padding-left: 4px;
  30.         padding-right: 4px;
  31.         color: rgb(160,160,160);
  32. }
  33. .tracka {
  34.         font-weight: bold;
  35.         padding-left: 4px;
  36.         padding-right: 4px;
  37.         color: rgb(160,160,160);
  38. }
  39. .trackb {
  40.         font-weight: bold;
  41.         padding-left: 4px;
  42.         padding-right: 4px;
  43.         color: rgb(100,100,100);
  44. }
  45. .album {
  46.       max-height: 100%;
  47. }
  48.  
  49. /* End of style section. Generated by AceHTML at 11/6/2006 1:30:30 PM */